home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / DefineSprite_927_angelgbg / frame_27 / DoAction.as
Text File  |  2006-05-08  |  271b  |  22 lines

  1. rd = random(7);
  2. if(rd == 1)
  3. {
  4.    gotoAndStop("attack1.1");
  5.    play();
  6. }
  7. else if(rd == 2)
  8. {
  9.    gotoAndStop("attack1.2");
  10.    play();
  11. }
  12. else if(rd == 3 || rd == 4)
  13. {
  14.    gotoAndStop("attack2.1");
  15.    play();
  16. }
  17. else
  18. {
  19.    gotoAndStop("ready");
  20.    play();
  21. }
  22.